.navbar {
    background-color: #b698e4;
    /* border-bottom: 4px solid #b698e4; */
    border-top: none;
    border-left: none;
    border-right: none;
}

.iconhome {
    text-shadow: -0.3px -0.3px 0 white, 0.3px -0.3px 0 white,
        -0.3px 0.3px 0 white, 0.7px 0.7px 0 white;
}

.judul {
    /* font-family: "Modak", system-ui;
    font-weight: 400;
    font-style: normal; */
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 3px;
    letter-spacing: 2px;
    margin-left: 15px;
    margin-top: 3px;
    /* -webkit-text-stroke: 0.3px white; */
    text-shadow: -0.3px -0.3px 0 white, 0.3px -0.3px 0 white,
        -0.3px 0.3px 0 white, 0.7px 0.7px 0 white;
    letter-spacing: 2px;
}

.listgroup {
    margin-left: -25px;
    margin-right: 40px;
}

.list-group-item.active {
    background-color: #b698e4 !important;
    border-color: #b698e4 !important;
    color: white !important; /* agar teks kontras */
}

.custom-bg {
    background-color: orange;
    color: white; /* agar teks kontras */
}

.cp {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 3px;
    letter-spacing: 2px;
}

.info {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    padding-top: 3px;
    letter-spacing: 2px;
}
.container-home {
    padding-top: 20px;
}
/* img:hover {
    transform: translateY(-5px);
} */

.header {
    padding: 10px;
    border-radius: 25px 25px 0 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.box {
    /* background-color: #fffd8c; */
    width: 900px;
    height: 420px;
    text-align: center;
    border-radius: 25px;
    border: 4px solid #b698e4;
}
.box-peta {
    /* background-color: #fffd8c; */
    width: 940px;
    height: 470px;
    text-align: center;
    border-radius: 25px;
    border: 4px solid #b698e4;
}

.box-info {
    width: 900px;
    min-height: 470px;
    text-align: center;
    border-radius: 25px;
    border: 4px solid #b698e4;
}

.isi {
    padding: 40px;
    margin: 10px;
    text-align: justify;
}

p {
    color: black;
    /* margin-top: 30px; */
}

.imgpetakonsep {
    width: 850px;
    margin-top: 15px;
}

table {
    text-align: justify;
    border: none;
}
.isitabel {
    padding-left: 40px;
}

@media (max-width: 992px) {
    .box {
        width: 100%;
        margin-top: 20px;
    }
    .box-info {
        width: 100%;
        height: 80%;
        margin-top: 20px;
    }

    .header {
        width: 100%;
        border-radius: 20px 20px 0 0;
        padding: 15px;
    }

    .isi {
        padding: 50px;
        font-size: 15px;
    }

    .judul {
        font-size: 20px;
        margin-left: 10px;
    }

    .iconhome {
        font-size: 22px;
    }

    .listgroup {
        margin: 0;
        margin-bottom: 15px;
    }

    .list-group {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .list-group-item {
        flex: 1;
        text-align: center;
    }

    .container-home .row {
        flex-direction: column;
    }

    .imgpetakonsep {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .isi {
        padding: 20px;
        font-size: 14px;
    }

    .judul {
        font-size: 18px;
    }

    .iconhome {
        font-size: 20px;
    }

    .box {
        width: 100%;
    }

    .box-info {
        width: 100%;
        height: 80%;
    }

    .imgpetakonsep {
        width: 100%;
    }
}
